home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Aminet 19
/
Aminet 19 (1997)(GTI - Schatztruhe)[!][Jun 1997].iso
/
Aminet
/
dev
/
mui
/
MUIPlusPlus.lha
/
Source
/
MainHeader
/
Numeric.public
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-03-24
|
331 b
|
12 lines
operator LONG ();
operator int ();
CMUI_Numeric & operator = (LONG value);
CMUI_Numeric & operator = (int value);
CMUI_Numeric operator ++ ();
CMUI_Numeric operator ++ (int dummy);
CMUI_Numeric & operator += (LONG value);
CMUI_Numeric operator -- ();
CMUI_Numeric operator -- (int dummy);
CMUI_Numeric & operator -= (LONG value);